<?xml version="1.0"?>
<component name="org.nuxeo.ecm.platform.publisher.contrib.override">

  <require>org.nuxeo.ecm.platform.publisher.contrib</require>

  <extension point="tree" target="org.nuxeo.ecm.platform.publisher.impl.service.PublisherServiceImpl">

    <documentation>
      Default PublicationTrees available to use.

      - CoreTree: tree to use when publishing on local sections

      - RootSectionsCoreTree: tree to use when publishing on local sections but
      using the information stored in the Workspace to get the sections where
      a publication is allowed

      @author Thomas Roger(troger@nuxeo.com)
    </documentation>

    <publicationTree class="org.nuxeo.ecm.platform.publisher.impl.core.SectionPublicationTree" name="CoreTree"/>
    <publicationTree class="org.nuxeo.ecm.platform.publisher.impl.core.RootSectionsPublicationTree" name="RootSectionsCoreTree"/>

  </extension>

</component>
